home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / hslt110.zip / HSLTAG.SLT < prev    next >
Text File  |  1993-05-11  |  845b  |  20 lines

  1. //  ________________________________________________________________________
  2. // |                                                                        |
  3. // | A Sample Script file for use with Telix                                |
  4. // |                                                                        |
  5. // | This script will simply execute HSLTAG, from there you will have       |
  6. // | complete control of all aspects of running HSLTAG .                    |
  7. // |________________________________________________________________________|
  8. //
  9. //  Very simple yet it really helps.  Execute this script from Telix, it
  10. //  should do the trick.   Simply define the keystroke you wish to use
  11. //  and then when prompted for what to execute type "@ HSLTAG" (without
  12. //  the quotes of course ).
  13. //
  14.  
  15. main()
  16.  
  17. {
  18.  dos("hsltag",0);
  19. }
  20.